3.2.82 \(\int \frac {x^5}{(a+b x)^3} \, dx\)

Optimal. Leaf size=77 \[ \frac {a^5}{2 b^6 (a+b x)^2}-\frac {5 a^4}{b^6 (a+b x)}-\frac {10 a^3 \log (a+b x)}{b^6}+\frac {6 a^2 x}{b^5}-\frac {3 a x^2}{2 b^4}+\frac {x^3}{3 b^3} \]

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 77, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {43} \begin {gather*} \frac {a^5}{2 b^6 (a+b x)^2}-\frac {5 a^4}{b^6 (a+b x)}+\frac {6 a^2 x}{b^5}-\frac {10 a^3 \log (a+b x)}{b^6}-\frac {3 a x^2}{2 b^4}+\frac {x^3}{3 b^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^5/(a + b*x)^3,x]

[Out]

(6*a^2*x)/b^5 - (3*a*x^2)/(2*b^4) + x^3/(3*b^3) + a^5/(2*b^6*(a + b*x)^2) - (5*a^4)/(b^6*(a + b*x)) - (10*a^3*
Log[a + b*x])/b^6

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \frac {x^5}{(a+b x)^3} \, dx &=\int \left (\frac {6 a^2}{b^5}-\frac {3 a x}{b^4}+\frac {x^2}{b^3}-\frac {a^5}{b^5 (a+b x)^3}+\frac {5 a^4}{b^5 (a+b x)^2}-\frac {10 a^3}{b^5 (a+b x)}\right ) \, dx\\ &=\frac {6 a^2 x}{b^5}-\frac {3 a x^2}{2 b^4}+\frac {x^3}{3 b^3}+\frac {a^5}{2 b^6 (a+b x)^2}-\frac {5 a^4}{b^6 (a+b x)}-\frac {10 a^3 \log (a+b x)}{b^6}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 67, normalized size = 0.87 \begin {gather*} \frac {\frac {3 a^5}{(a+b x)^2}-\frac {30 a^4}{a+b x}-60 a^3 \log (a+b x)+36 a^2 b x-9 a b^2 x^2+2 b^3 x^3}{6 b^6} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^5/(a + b*x)^3,x]

[Out]

(36*a^2*b*x - 9*a*b^2*x^2 + 2*b^3*x^3 + (3*a^5)/(a + b*x)^2 - (30*a^4)/(a + b*x) - 60*a^3*Log[a + b*x])/(6*b^6
)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^5}{(a+b x)^3} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x^5/(a + b*x)^3,x]

[Out]

IntegrateAlgebraic[x^5/(a + b*x)^3, x]

________________________________________________________________________________________

fricas [A]  time = 1.12, size = 107, normalized size = 1.39 \begin {gather*} \frac {2 \, b^{5} x^{5} - 5 \, a b^{4} x^{4} + 20 \, a^{2} b^{3} x^{3} + 63 \, a^{3} b^{2} x^{2} + 6 \, a^{4} b x - 27 \, a^{5} - 60 \, {\left (a^{3} b^{2} x^{2} + 2 \, a^{4} b x + a^{5}\right )} \log \left (b x + a\right )}{6 \, {\left (b^{8} x^{2} + 2 \, a b^{7} x + a^{2} b^{6}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(b*x+a)^3,x, algorithm="fricas")

[Out]

1/6*(2*b^5*x^5 - 5*a*b^4*x^4 + 20*a^2*b^3*x^3 + 63*a^3*b^2*x^2 + 6*a^4*b*x - 27*a^5 - 60*(a^3*b^2*x^2 + 2*a^4*
b*x + a^5)*log(b*x + a))/(b^8*x^2 + 2*a*b^7*x + a^2*b^6)

________________________________________________________________________________________

giac [A]  time = 1.12, size = 73, normalized size = 0.95 \begin {gather*} -\frac {10 \, a^{3} \log \left ({\left | b x + a \right |}\right )}{b^{6}} - \frac {10 \, a^{4} b x + 9 \, a^{5}}{2 \, {\left (b x + a\right )}^{2} b^{6}} + \frac {2 \, b^{6} x^{3} - 9 \, a b^{5} x^{2} + 36 \, a^{2} b^{4} x}{6 \, b^{9}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(b*x+a)^3,x, algorithm="giac")

[Out]

-10*a^3*log(abs(b*x + a))/b^6 - 1/2*(10*a^4*b*x + 9*a^5)/((b*x + a)^2*b^6) + 1/6*(2*b^6*x^3 - 9*a*b^5*x^2 + 36
*a^2*b^4*x)/b^9

________________________________________________________________________________________

maple [A]  time = 0.01, size = 72, normalized size = 0.94 \begin {gather*} \frac {x^{3}}{3 b^{3}}+\frac {a^{5}}{2 \left (b x +a \right )^{2} b^{6}}-\frac {3 a \,x^{2}}{2 b^{4}}-\frac {5 a^{4}}{\left (b x +a \right ) b^{6}}-\frac {10 a^{3} \ln \left (b x +a \right )}{b^{6}}+\frac {6 a^{2} x}{b^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5/(b*x+a)^3,x)

[Out]

6*a^2*x/b^5-3/2*a*x^2/b^4+1/3*x^3/b^3+1/2*a^5/b^6/(b*x+a)^2-5*a^4/b^6/(b*x+a)-10*a^3*ln(b*x+a)/b^6

________________________________________________________________________________________

maxima [A]  time = 1.36, size = 81, normalized size = 1.05 \begin {gather*} -\frac {10 \, a^{4} b x + 9 \, a^{5}}{2 \, {\left (b^{8} x^{2} + 2 \, a b^{7} x + a^{2} b^{6}\right )}} - \frac {10 \, a^{3} \log \left (b x + a\right )}{b^{6}} + \frac {2 \, b^{2} x^{3} - 9 \, a b x^{2} + 36 \, a^{2} x}{6 \, b^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5/(b*x+a)^3,x, algorithm="maxima")

[Out]

-1/2*(10*a^4*b*x + 9*a^5)/(b^8*x^2 + 2*a*b^7*x + a^2*b^6) - 10*a^3*log(b*x + a)/b^6 + 1/6*(2*b^2*x^3 - 9*a*b*x
^2 + 36*a^2*x)/b^5

________________________________________________________________________________________

mupad [B]  time = 0.12, size = 67, normalized size = 0.87 \begin {gather*} -\frac {\frac {5\,a\,{\left (a+b\,x\right )}^2}{2}-\frac {{\left (a+b\,x\right )}^3}{3}+\frac {5\,a^4}{a+b\,x}-\frac {a^5}{2\,{\left (a+b\,x\right )}^2}+10\,a^3\,\ln \left (a+b\,x\right )-10\,a^2\,b\,x}{b^6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5/(a + b*x)^3,x)

[Out]

-((5*a*(a + b*x)^2)/2 - (a + b*x)^3/3 + (5*a^4)/(a + b*x) - a^5/(2*(a + b*x)^2) + 10*a^3*log(a + b*x) - 10*a^2
*b*x)/b^6

________________________________________________________________________________________

sympy [A]  time = 0.36, size = 85, normalized size = 1.10 \begin {gather*} - \frac {10 a^{3} \log {\left (a + b x \right )}}{b^{6}} + \frac {6 a^{2} x}{b^{5}} - \frac {3 a x^{2}}{2 b^{4}} + \frac {- 9 a^{5} - 10 a^{4} b x}{2 a^{2} b^{6} + 4 a b^{7} x + 2 b^{8} x^{2}} + \frac {x^{3}}{3 b^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**5/(b*x+a)**3,x)

[Out]

-10*a**3*log(a + b*x)/b**6 + 6*a**2*x/b**5 - 3*a*x**2/(2*b**4) + (-9*a**5 - 10*a**4*b*x)/(2*a**2*b**6 + 4*a*b*
*7*x + 2*b**8*x**2) + x**3/(3*b**3)

________________________________________________________________________________________